From: Thien-Thi Nguyen Date: Fri, 17 Oct 2003 20:51:59 +0000 (+0000) Subject: (External transfer methods): Small grammar fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25183 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=05b5423718ca1baec564d7cd39f07baf62e6c77a;p=emacs.git (External transfer methods): Small grammar fix. --- diff --git a/man/tramp.texi b/man/tramp.texi index c425e8c34cb..10229cd1fde 100644 --- a/man/tramp.texi +++ b/man/tramp.texi @@ -800,7 +800,7 @@ This method supports the @samp{-p} hack. @cindex ssh (with scpx method) @cindex Cygwin (with scpx method) -As you expect, this is similar to @option{scp}, only a little +As you would expect, this is similar to @option{scp}, only a little different. Whereas @option{scp} opens a normal interactive shell on the remote host, this option uses @samp{ssh -t -t @var{host} -l @var{user} /bin/sh} to open a connection. This is useful for users @@ -1241,7 +1241,7 @@ There are different possible strategies for pursuing this problem. One strategy is to enable @tramp{} to deal with all possible situations. This is a losing battle, since it is not possible to deal with @emph{all} situations. The other strategy is to require you to set up -the remote host such that it behaves like @tramp{} expect. This might +the remote host such that it behaves like @tramp{} expects. This might be inconvenient because you have to invest a lot of effort into shell setup before you can begin to use @tramp{}.